home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / AmigaOS3.5 / ReportGen / reportgen_relnotes < prev    next >
Text File  |  2000-05-16  |  4KB  |  140 lines

  1. ReportGen 44.1 (13.8.99)
  2.  
  3. - Initial creation
  4.  
  5. ReportGen 44.2 (13.8.99)
  6.  
  7. - Added the following:
  8.  
  9.    Clipboard support (uses device 0)
  10.    Email option (requires aml.library)
  11.    Internal prefs for tooltypes: (only used for email)
  12.       LOGFILE=path:filename (default: none)
  13.       SMTPHOST=smtp.servername.com
  14.       SMTPPORT=smtp port (defaults to 25)
  15.       REALNAME=My Realname
  16.       EMAIL=myname@server.org
  17.  
  18. - Corrected memory not being freed on exit.
  19.  
  20. - Corrected issue with dev, type, and pri not being spit out right,
  21.   seems cut&paste got the best of me ;)
  22.  
  23. ReportGen 44.3 (15.8.99)
  24.  
  25. - aml.library API changed, made changes to compensate.
  26.  
  27. ReportGen 44.4 (16.8.99)
  28.  
  29. - Added commodity support
  30.  
  31. - 'RP: ' is now prepended to the subject line before sending
  32.  
  33. ReportGen 44.5 (18.8.99)
  34.  
  35. - Added localization, .cd file is included, have at it folks
  36.  
  37. - Added arexx port support, AREXXPORT tooltype (AREXXPORT=<name>)
  38.    See ReportGen_rx.doc for further information regarding
  39.    the supported arexx commands.
  40.  
  41. - Updated developer information and added email addresses to the developer line
  42.  
  43. - removed $VER string from the report header as it was causing the proper
  44.   version information from being displayed.
  45.  
  46. ReportGen 44.6 (19.8.99)
  47.  
  48. - Updated Jurgen's spelling to Juergen
  49.  
  50. - #ifdef'd email appendage to developer's name for now (Martin S.)
  51.  
  52. - Added 'Clear' option to clear a report.
  53.  
  54. - Added Unknown to developer field, if developer is not known this field
  55.   will be left blank.
  56.  
  57. - Fixed minor uniconify bug (didn't work from desktop hehe)
  58.  
  59. ReportGen 44.7 (21.8.99)
  60.  
  61. - Buttons are now evenly space
  62.  
  63. - Window now hides on closewindow click..had the wrong var set.
  64.  
  65. ReportGen 44.8 (2.9.99)
  66.  
  67. - Updated developers list
  68.  
  69. ReportGen 44.9 (4.9.99)
  70.  
  71. - Added About menuitem and requester
  72. - Updated mail.c for recent aml.library tags
  73. - Window pointer now goes busy when things are happening
  74. - Added ASL file requester and overwrite/append option for file output
  75. - Added QUIET tooltype. Will supress all message requesters except file if YES.
  76.   Defaults to NO.
  77.  
  78. ReportGen 44.10 (5.9.99)
  79.  
  80. - Ran into brick wall with chooser.gadget defaulting to max labels of 12, added
  81.   counting for all chooser items to expand maximum.
  82. - Added requirement check for v40+ on startup.
  83.  
  84. ReportGen 44.11 (6.9.99)
  85.  
  86. - Added disk based template and chooser support. (template and dat must be in progdir:)
  87.  
  88. - Added REPORTDIR and DATADIR tooltypes.
  89.    REPORTDIR = the directory where the reports requester will default to.
  90.    DATADIR = the directory which the .dat and .template files are stored.
  91.       Both default to PROGDIR:
  92.  
  93. - Corrected refresh problem when setting page.gadget attributes
  94.  
  95. ReportGen 44.12 (9.9.99)
  96.  
  97. - Corrected Cx startup trouble
  98.  
  99. ReportGen 44.13 (10.9.99)
  100.  
  101. - Added developer ListBrowser for multiple dev selections
  102. - Changed Developer chooser for Mailing list chooser (new item in reportgen.dat)
  103.  
  104. ReportGen 44.14 (11.9.99)
  105.  
  106. - Now Supports multiple templates (1 for each Mailing list item in reportgen.dat)
  107.  
  108. ReportGen 44.14 (17.9.99)
  109.  
  110. - Applied diffs from Rod Schnell for non-static program name for appicon
  111. - Added support for OS3.1/3.5 conditional compiles
  112. - Rewrote the smakefile, eliminating the SCOPTIONS file.
  113.  
  114. ReportGen 44.15 (20.9.99)
  115.  
  116. - Added AddGroup source for adding a group of users to the addressbook.
  117.  
  118. ReportGen 44.16 (22.9.99)
  119.  
  120. - Description types didn't have a \n appended if not blank.
  121.  
  122. ReportGen 44.17 (23.9.99)
  123.  
  124. - Clip function was plagued by same problem as above that I missed.
  125. - Revamped layout tags quite a bit, things should be better now.
  126.  
  127. ReportGen 44.18 (24.9.99)
  128.  
  129. - Added vertical seperators above buttons at bottom of each page (purely cosmetic)
  130.  
  131. ReportGen 44.19 (26.9.99)
  132.  
  133. - Updated .dat and AmigaOS.template files, sorry Martin ;)
  134.  
  135. - Added check for developer selection and a requester if not selected.
  136.  
  137. - Updated .cd file to reflect above added requester body.
  138.  
  139. - Corrected 3.1 compile in main.c
  140.